ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
9

javax.persistence.metamodel.Bindable.BindableType

javax.persistence.metamodel Enum Bindable.BindableType java.lang.Object java.lang.Enum<javax.persistence.metamodel.Bindable.BindableType> javax.persistence.metamodel.Bindable.BindableType Implemented Interfaces: Serializable, Comparable<BindableType> Since: JPA 2.0 BindableType ENTITY
9

javax.persistence.metamodel.PluralAttribute.CollectionType

javax.persistence.metamodel Enum PluralAttribute.CollectionType java.lang.Object java.lang.Enum<javax.persistence.metamodel.PluralAttribute.CollectionType> javax.persistence.metamodel.PluralAttribute.CollectionType Implemented Interfaces: Serializable, Comparable<CollectionType
9

javax.persistence.criteria.ParameterExpression

javax.persistence.criteria Interface ParameterExpression<T> Superinterfaces: Expression<T ... only. Applications that use this method for Java Persistence query language queries and native ... - if invoked on a parameter obtained from a Java persistence query language query or native query
9

javax.persistence.NamedQueries

javax.persistence Annotation NamedQueries Target: Classes Specifies multiple named Java Persistence query language queries. Query names are scoped to the persistence unit. The NamedQueries annotation can be applied to an entity or mapped superclass. Since: JPA 1.0 See Also: NamedQuery Learn
9

javax.persistence.AccessType

javax.persistence Enum AccessType java.lang.Object java.lang.Enum<javax.persistence.AccessType> javax.persistence.AccessType Implemented Interfaces: Serializable, Comparable<AccessType> Is used with the Access annotation to specify an access type to be applied to an entity class
9

javax.persistence.FieldResult

javax.persistence Annotation FieldResult Target: Is used to map the columns specified in the SELECT list of the query to the properties or fields of the entity class. Example: Query q = em ... name Name of the persistent field or property of the class. Name of the persistent field or property of the class. Since: JPA 1.0
9

getPersistenceUtil()

Static Method javax.persistence.Persistence PersistenceUtil getPersistenceUtil() Return the PersistenceUtil instance Returns: PersistenceUtil instance Since: JPA 2.0
9

javax.persistence.MapKeyTemporal

javax.persistence Annotation MapKeyTemporal Target: Fields (including property get methods) This annotation must be specified for persistent map keys of type java.util.Date and java.util.Calendar. It may only be specified for map keys of these types. The MapKeyTemporal annotation can be applied
0

Persistent.table

Annotation Element javax.jdo.annotations.Persistent String table Table to use for persisting this member. Returns: the table to use for persisting this member Default value: "" Since: JDO 2.1
0

Constants.PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME The name of the persistence manager factory element's "persistence-unit-name" attribute. Since: JDO 2.1

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support